pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}article header{display:flex;flex-direction:row;justify-content:space-between;max-width:80%;margin:0 auto 40px;height:fit-content}main>nav{margin-top:80px}article .preview-image{background-size:cover;background-repeat:no-repeat;background-position:center;width:48%}article .info{margin:50px 0;width:100%}article .author{display:-ms-grid;display:grid;-ms-grid-columns:60px auto;grid-template-columns:60px auto;-ms-grid-rows:60px;grid-template-rows:60px;grid-template-areas:"author-image author-info";margin:20px 0}article .author-image{grid-row:1;grid-column:1;-ms-grid-row:1;-ms-grid-column:1;grid-area:author-image;border:2px solid var(--color-primary);border-radius:50%;background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1307985/profile/profile-512.jpg?1520076483);background-size:cover}article .author-info{grid-row:1;grid-column:2;-ms-grid-row:1;-ms-grid-column:2;grid-area:author-info;padding-left:10px}article .author-name,article .author-sub{font-size:16px;font-weight:400;margin-top:6px}article .author-sub{color:rgba(var(--color-text-rgb),.54)}article .median-divider{padding:0 6px}article header ul{list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:4px}article h1,article h2,article h3,article p,article i,article a,article .authorName a{color:rgba(var(--color-text-rgb),.84);text-rendering:optimizeLegibility}article h1{text-align:left;margin-bottom:8px}article h2{font-size:1.5rem;line-height:1.33333rem;font-weight:700;padding:0;margin:56px 0 -13px -1.883px;text-align:left;letter-spacing:-.45px}article h3{font-size:1.125rem;line-height:1.75rem;font-weight:700;padding:0;margin:56px 0 -13px -1.883px;text-align:left;letter-spacing:-.45px}article p,article i,article ul,article a{margin-top:21px;font-size:1rem;line-height:1.4rem}article a{text-decoration:underline}article img,article pre code{width:90%;display:block;margin:20px auto;max-height:800px;overflow:auto}article blockquote>p{font-family:serif;font-size:1.5rem;font-style:italic;letter-spacing:-.36px;line-height:2rem;overflow-wrap:break-word;margin:55px 0 33px;color:rgba(var(--color-text-rgb),.68);padding:0 0 0 2rem;border-left:2px solid rgba(var(--color-text-rgb),.2)}article pre>code{font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;font-size:1rem;border-radius:var(--border-radius);padding:3px 5px}article ul code,article p code{font-weight:600;margin:0 5px;font-family:SFMono-Regular,Menlo,Consolas,PT Mono,Liberation Mono,Courier,monospace;line-height:normal;background:rgba(135,131,120,.15);color:#eb5757;padding:.2em .4em}article mark,article .highlighted{background:var(--color-primary)}article .subtitle{color:rgba(var(--color-text-rgb),.54);margin:0 0 24px}article hr{margin:40px 0}article p>a{border-bottom:2px solid rgba(var(--color-primary-rgb),.3);text-decoration:none;transition:var(--transition)}article p>a:hover{background-color:rgba(var(--color-primary-rgb),.3)}article>ul,article>ol{position:relative;left:20px;width:calc(100% - 20px)}article>ul>li>p,article>ol>li>p{margin:0}article>ul>li,article>ol>li{margin-top:21px}@media only screen and (max-width: 1200px){article header{max-width:100%;flex-direction:column;margin-bottom:40px}article .info{margin:0 0 30px;width:100%}article img,article pre code{width:100%}article .preview-image{width:100%;height:300px}}[id]:before{content:"";display:block;height:calc(var(--nav-height) + 10px);margin-top:calc(-1 * (var(--nav-height) + 10px));visibility:hidden}:where(h1,h2,h3,h4,h5,h6) .icon-link{position:relative}:where(h1,h2,h3,h4,h5,h6) .icon-link:before{transition:var(--transition);content:"\29c9";position:absolute;color:var(--color-primary);left:-30px;top:0;line-height:1;opacity:0;width:var(--max-content-width);height:max-content}:where(h1,h2,h3,h4,h5,h6):hover .icon-link:before{opacity:1}
